home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
devioustools19.dms
/
devioustools19.adf
/
utils
/
018.lzx
/
Palis
/
src
/
pl.h.bak
< prev
next >
Wrap
Text File
|
2007-06-12
|
2KB
|
76 lines
/*
·C·O·D·E·X· ·D·E·S·I·G·N· ·S·O·F·T·W·A·R·E·
presents
PatchLibraries Utility
FILE: pl.h
TASK: include
(c)1995 by Hans Bühler, h0348kil@rz.hu-berlin.de
*/
#include "Include.h"
#include "Palis.h"
// ---------------------------
// defines
// ---------------------------
#define FINAL 1 // if defined, PALIS cannot be stopped !
// execept using CTRL_C
// ---------------------------
// basic things
#define PROGNAME "PALIS V1.00"
#define PROGNAME_FULL "The PatchLib Soultion \"PALIS\" V1.00"
#define PROGNAME_VER "$VER: The_PatchLib_Solution:PALIS V1.00 (oct.95)"
#define PROG_PRI -5
// ---------------------------
// datatypes
// ---------------------------
// ---------------------------
// vars
// ---------------------------
// com.c
#ifndef FINAL
extern CxObj *CxMain;
// pl.c
extern struct Library *CxBase;
extern struct MsgPort *CxPort;
#endif
extern struct ExecBase *SysBase;
// setman.c
extern struct plBase plBase;
// ---------------------------
// proto
// ---------------------------
// basic.c
extern void InitEmptyList(struct MinList *List);
extern LONG Req(char *txt, char *gad, APTR arg1, APTR arg2, APTR arg3, APTR arg4);
extern BOOL ErrorReq(char *txt, APTR arg1, APTR arg2, APTR arg3, APTR arg4);
#ifndef FINAL
// com.c
extern BOOL InitCom(void);
extern void RemCom(void);
#endif
// main.c
extern void MainLoop(void);
// pl.c
extern void main(int argc, char *argv[]);
// setman.c
extern BOOL InitMyFunc(void);
extern void RemMyFunc(void);